Autogenerated HTML docs for v1.3.1-ge5de2 
diff --git a/git-repo-config.html b/git-repo-config.html index 45eb47b..db46053 100644 --- a/git-repo-config.html +++ b/git-repo-config.html 
@@ -278,7 +278,8 @@  <em>git-repo-config</em> [type] --get name [value_regex]   <em>git-repo-config</em> [type] --get-all name [value_regex]   <em>git-repo-config</em> [type] --unset name [value_regex]  -<em>git-repo-config</em> [type] --unset-all name [value_regex]</div></div>  +<em>git-repo-config</em> [type] --unset-all name [value_regex]  +<em>git-repo-config</em> -l | --list</div></div>   </div>   <h2>DESCRIPTION</h2>   <div class="sectionbody">  @@ -374,6 +375,14 @@  Remove all matching lines from .git/config.   </p>   </dd>  +<dt>  +-l, --list  +</dt>  +<dd>  +<p>  + List all variables set in .git/config.  +</p>  +</dd>   </dl>   </div>   <h2>EXAMPLE</h2>  @@ -810,7 +819,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 25-Apr-2006 07:36:44 UTC  +Last updated 27-Apr-2006 20:10:38 UTC   </div>   </div>   </body>  
diff --git a/git-repo-config.txt b/git-repo-config.txt index 71f96bd..566cfa1 100644 --- a/git-repo-config.txt +++ b/git-repo-config.txt 
@@ -15,6 +15,7 @@  'git-repo-config' [type] --get-all name [value_regex]  'git-repo-config' [type] --unset name [value_regex]  'git-repo-config' [type] --unset-all name [value_regex] +'git-repo-config' -l | --list    DESCRIPTION  ----------- @@ -64,6 +65,9 @@  --unset-all:: 	Remove all matching lines from .git/config.   +-l, --list:: +	List all variables set in .git/config. +    EXAMPLE  ------- 
diff --git a/git-var.html b/git-var.html index 7f42465..2eeb7f1 100644 --- a/git-var.html +++ b/git-var.html 
@@ -288,7 +288,8 @@  <p>   Cause the logical variables to be listed. In addition, all the   variables of the git configuration file .git/config are listed  - as well.  + as well. (However, the configuration variables listing functionality  + is deprecated in favor of <tt>git-repo-config -l</tt>.)   </p>   </dd>   </dl>  @@ -371,7 +372,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 25-Apr-2006 07:36:44 UTC  +Last updated 27-Apr-2006 20:10:38 UTC   </div>   </div>   </body>  
diff --git a/git-var.txt b/git-var.txt index 379571e..a5b1a0d 100644 --- a/git-var.txt +++ b/git-var.txt 
@@ -19,7 +19,8 @@  -l:: 	Cause the logical variables to be listed. In addition, all the 	variables of the git configuration file .git/config are listed -	as well. +	as well. (However, the configuration variables listing functionality +	is deprecated in favor of `git-repo-config -l`.)    EXAMPLE  --------